home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXPAGESETTINGSFORM / TFRXPAGESETTINGSFORM.txt < prev   
Text File  |  2010-01-24  |  6KB  |  303 lines

  1. object frxPageSettingsForm: TfrxPageSettingsForm
  2.   Left = 179
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Page Settings'
  6.   ClientHeight = 359
  7.   ClientWidth = 286
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnHide = FormHide
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object OKB: TButton
  23.     Left = 126
  24.     Top = 328
  25.     Width = 75
  26.     Height = 25
  27.     HelpContext = 40
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object CancelB: TButton
  34.     Left = 206
  35.     Top = 328
  36.     Width = 75
  37.     Height = 25
  38.     HelpContext = 50
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object SizeL: TGroupBox
  45.     Left = 4
  46.     Top = 4
  47.     Width = 277
  48.     Height = 101
  49.     Caption = 'Size'
  50.     TabOrder = 2
  51.     object WidthL: TLabel
  52.       Left = 8
  53.       Top = 48
  54.       Width = 28
  55.       Height = 13
  56.       Caption = 'Width'
  57.       FocusControl = WidthE
  58.     end
  59.     object HeightL: TLabel
  60.       Left = 8
  61.       Top = 72
  62.       Width = 31
  63.       Height = 13
  64.       Caption = 'Height'
  65.       FocusControl = HeightE
  66.     end
  67.     object UnitL1: TLabel
  68.       Left = 112
  69.       Top = 48
  70.       Width = 13
  71.       Height = 13
  72.       Caption = 'cm'
  73.     end
  74.     object UnitL2: TLabel
  75.       Left = 112
  76.       Top = 72
  77.       Width = 13
  78.       Height = 13
  79.       Caption = 'cm'
  80.     end
  81.     object WidthE: TEdit
  82.       Left = 64
  83.       Top = 46
  84.       Width = 45
  85.       Height = 21
  86.       HelpContext = 140
  87.       AutoSize = False
  88.       Ctl3D = True
  89.       ParentCtl3D = False
  90.       TabOrder = 0
  91.       OnChange = WidthEChange
  92.     end
  93.     object HeightE: TEdit
  94.       Left = 64
  95.       Top = 70
  96.       Width = 45
  97.       Height = 21
  98.       HelpContext = 150
  99.       AutoSize = False
  100.       Ctl3D = True
  101.       ParentCtl3D = False
  102.       TabOrder = 1
  103.       OnChange = WidthEChange
  104.     end
  105.     object SizeCB: TComboBox
  106.       Left = 8
  107.       Top = 18
  108.       Width = 261
  109.       Height = 21
  110.       Style = csDropDownList
  111.       ItemHeight = 13
  112.       TabOrder = 2
  113.       OnClick = SizeCBClick
  114.     end
  115.   end
  116.   object OrientationL: TGroupBox
  117.     Left = 4
  118.     Top = 108
  119.     Width = 277
  120.     Height = 65
  121.     Caption = 'Orientation'
  122.     TabOrder = 3
  123.     object PortraitImg: TImage
  124.       Left = 148
  125.       Top = 21
  126.       Width = 26
  127.       Height = 32
  128.       AutoSize = True
  129.       Picture.Data = {<image000.bmp>}
  130.       Transparent = True
  131.     end
  132.     object LandscapeImg: TImage
  133.       Left = 145
  134.       Top = 25
  135.       Width = 32
  136.       Height = 26
  137.       AutoSize = True
  138.       Picture.Data = {<image001.bmp>}
  139.       Transparent = True
  140.     end
  141.     object PortraitRB: TRadioButton
  142.       Left = 8
  143.       Top = 20
  144.       Width = 109
  145.       Height = 17
  146.       HelpContext = 111
  147.       Caption = 'Portrait'
  148.       Checked = True
  149.       TabOrder = 0
  150.       TabStop = True
  151.       OnClick = PortraitRBClick
  152.     end
  153.     object LandscapeRB: TRadioButton
  154.       Left = 8
  155.       Top = 40
  156.       Width = 109
  157.       Height = 17
  158.       HelpContext = 120
  159.       Caption = 'Landscape'
  160.       TabOrder = 1
  161.       OnClick = PortraitRBClick
  162.     end
  163.   end
  164.   object MarginsL: TGroupBox
  165.     Left = 4
  166.     Top = 176
  167.     Width = 277
  168.     Height = 73
  169.     Caption = 'Margins'
  170.     TabOrder = 4
  171.     object LeftL: TLabel
  172.       Left = 8
  173.       Top = 20
  174.       Width = 19
  175.       Height = 13
  176.       Caption = 'Left'
  177.       FocusControl = MarginLeftE
  178.     end
  179.     object TopL: TLabel
  180.       Left = 8
  181.       Top = 44
  182.       Width = 18
  183.       Height = 13
  184.       Caption = 'Top'
  185.       FocusControl = MarginTopE
  186.     end
  187.     object RightL: TLabel
  188.       Left = 156
  189.       Top = 20
  190.       Width = 25
  191.       Height = 13
  192.       Caption = 'Right'
  193.       FocusControl = MarginRightE
  194.     end
  195.     object BottomL: TLabel
  196.       Left = 156
  197.       Top = 44
  198.       Width = 34
  199.       Height = 13
  200.       Caption = 'Bottom'
  201.       FocusControl = MarginBottomE
  202.     end
  203.     object UnitL3: TLabel
  204.       Left = 108
  205.       Top = 20
  206.       Width = 13
  207.       Height = 13
  208.       Caption = 'cm'
  209.     end
  210.     object UnitL4: TLabel
  211.       Left = 108
  212.       Top = 44
  213.       Width = 13
  214.       Height = 13
  215.       Caption = 'cm'
  216.     end
  217.     object UnitL5: TLabel
  218.       Left = 256
  219.       Top = 20
  220.       Width = 13
  221.       Height = 13
  222.       Caption = 'cm'
  223.     end
  224.     object UnitL6: TLabel
  225.       Left = 256
  226.       Top = 44
  227.       Width = 13
  228.       Height = 13
  229.       Caption = 'cm'
  230.     end
  231.     object MarginLeftE: TEdit
  232.       Left = 64
  233.       Top = 18
  234.       Width = 40
  235.       Height = 21
  236.       HelpContext = 72
  237.       AutoSize = False
  238.       Ctl3D = True
  239.       ParentCtl3D = False
  240.       TabOrder = 0
  241.     end
  242.     object MarginTopE: TEdit
  243.       Left = 64
  244.       Top = 42
  245.       Width = 40
  246.       Height = 21
  247.       HelpContext = 81
  248.       AutoSize = False
  249.       Ctl3D = True
  250.       ParentCtl3D = False
  251.       TabOrder = 1
  252.     end
  253.     object MarginRightE: TEdit
  254.       Left = 212
  255.       Top = 18
  256.       Width = 40
  257.       Height = 21
  258.       HelpContext = 91
  259.       AutoSize = False
  260.       Ctl3D = True
  261.       ParentCtl3D = False
  262.       TabOrder = 2
  263.     end
  264.     object MarginBottomE: TEdit
  265.       Left = 212
  266.       Top = 42
  267.       Width = 40
  268.       Height = 21
  269.       HelpContext = 101
  270.       AutoSize = False
  271.       Ctl3D = True
  272.       ParentCtl3D = False
  273.       TabOrder = 3
  274.     end
  275.   end
  276.   object OtherL: TGroupBox
  277.     Left = 4
  278.     Top = 252
  279.     Width = 277
  280.     Height = 65
  281.     Caption = 'Other'
  282.     TabOrder = 5
  283.     object ApplyToCurRB: TRadioButton
  284.       Left = 8
  285.       Top = 20
  286.       Width = 261
  287.       Height = 17
  288.       Caption = 'Apply to the current page'
  289.       Checked = True
  290.       TabOrder = 0
  291.       TabStop = True
  292.     end
  293.     object ApplyToAllRB: TRadioButton
  294.       Left = 8
  295.       Top = 40
  296.       Width = 261
  297.       Height = 17
  298.       Caption = 'Apply to all pages'
  299.       TabOrder = 1
  300.     end
  301.   end
  302. end
  303.